home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / NETRNSE.IN_ / netrnse.inf
Encoding:
INI File  |  1999-10-19  |  2.3 KB  |  84 lines

  1. ; NETRNSE.INF
  2. ;
  3. ; RNS Fast Ethernet driver INF file for Windows NT 5.0
  4. ;
  5. ; (c) 1998 RNS and Microsoft
  6.  
  7. [Version]
  8. Signature         = "$Windows NT$"
  9. Class             = Net
  10. ClassGUID         = {4D36E972-E325-11CE-BFC1-08002BE10318}
  11. Provider          = %msft%
  12. LayoutFile        = layout.inf
  13. DriverVer=10/19/1999,2.27.0.0
  14.  
  15. [Manufacturer]
  16. %Osicom%          = RNS
  17.  
  18. [ControlFlags]
  19. ExcludeFromSelect = PCI\VEN_1011&DEV_0009&SUBSYS_23001112, \  
  20.                     PCI\VEN_1011&DEV_0009&SUBSYS_23201112, \
  21.                     PCI\VEN_1011&DEV_0009&SUBSYS_23401112   
  22.  
  23. [RNS]
  24. %DeviceDesc2%    = RNSfnet.ndi, PCI\VEN_1011&DEV_0009&SUBSYS_23001112
  25. %DeviceDesc3%    = RNSfnet.ndi, PCI\VEN_1011&DEV_0009&SUBSYS_23201112
  26. %DeviceDesc4%    = RNSfnet.ndi, PCI\VEN_1011&DEV_0009&SUBSYS_23401112
  27.  
  28. ;-------------------------------------------------------------------------------
  29. ; RNS FNET
  30. ;
  31. [RNSfnet.ndi]
  32. AddReg          = RNSfnet.reg
  33. Characteristics = 0x04
  34. BusType         = 5
  35. CopyFiles       = RNSfnet.Copyfiles
  36.  
  37. [RNSfnet.ndi.Services]
  38. AddService      = RNSfnet, 2, RNSfnet.Service, RNSfnet.EventLog
  39.  
  40. ;-------------------------------------------------------------------------------
  41. ; RNS Service and Driver
  42. ;
  43. [RNSfnet.Copyfiles]
  44. rnsfnet.sys,,,2
  45.  
  46. [RNSfnet.reg]
  47. HKR, Ndi,            Service,    0, "RNSfnet"
  48. HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
  49. HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
  50.  
  51. [RNSfnet.Service]
  52. DisplayName     = %RNSfnet.Service.DispName%
  53. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  54. StartType       = 3 ;%SERVICE_DEMAND_START%
  55. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  56. ServiceBinary   = %12%\rnsfnet.sys
  57. LoadOrderGroup  = NDIS
  58.  
  59. [RNSfnet.EventLog]
  60. AddReg          = RNSfnet.AddEventLog.reg
  61.  
  62. [RNSfnet.AddEventLog.reg]
  63. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot55\System32\netevent.dll"
  64. HKR, , TypesSupported,   0x00010001, 7
  65.  
  66.  
  67. [DestinationDirs]
  68. RNSfnet.CopyFiles        = 12
  69.  
  70.  
  71. ;-------------------------------------------------------------------------------
  72. ; Localizable Strings
  73. ;
  74. [Strings]
  75. msft                     = "Microsoft"
  76. Osicom                   = "RNS"
  77.  
  78. DeviceDesc2              = "RNS 2300 PCI Adapter"
  79. DeviceDesc3              = "RNS 2320 PCI Adapter"
  80. DeviceDesc4              = "RNS 2340 PCI Adapter"
  81.  
  82. RNSfnet.Service.DispName = "RNS Fast Ethernet PCI Driver"
  83.  
  84.